home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp2 / pike.lha / Pike-0.4.0 / README.Amiga < prev   
Text File  |  1997-01-10  |  984b  |  31 lines

  1.  
  2. Amiga Pike 0.4.0
  3. ================
  4. This is a beta version (release 0) of Amiga Pike (based on Pike 0.4).
  5. This version was compiled with gcc/ixemul and requires the ixemul.libary.
  6.  
  7. Amiga Features
  8. --------------
  9.   arexx_host ("<hostport>")
  10.   arexx_export ("<var>", "<value>");
  11.   value = arexx_import ("<var>");
  12.   arexx_cmd ("<command>", "<arg1>", ...);
  13.  
  14.   arexx_import() and arexx_export() use the Script_SetRexxVar() and
  15.   Script_GetRexxVar() functions of script.library. ARexx hosts which
  16.   use GetRexxVar() and SetRexxVar() instead will not be able to
  17.   exchange variables with Amiga Pike.
  18.  
  19. Installation
  20. ------------
  21. - set PIKE_INCLUDE_PATH to point to the directory
  22.   where you have installed the /lib/include/ directory
  23.   (e.g. "setenv PIKE_INCLUDE_PATH /work/pike/lib/include/:")
  24. - copy master.pike and pike to a directory in your PATH
  25.   (master.pike has to be in PROGDIR: for now)
  26. - copy libs/script.library to libs:
  27.  
  28. Homepage
  29. --------
  30. http://titan.cs.bonn.edu/~fasten/pike.html
  31.